Overload | Description |
---|---|
ThrowWithinAsync(TimeSpan,String,Object[]) | Asserts that the current Func throws any exception within a specific timeout. |
ThrowWithinAsync<TException>(TimeSpan,String,Object[]) | Asserts that the current Func throws an exception of type TException within a specific timeout. |